home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / hard / drivr / IOBlix12Usr377.lha / Changes next >
Text File  |  1999-01-28  |  3KB  |  120 lines

  1. ioblix12ser.device
  2. 37.7:
  3.   - improved sending of data, system load reduced by ~10%. Before it was a
  4.     little bit faster, but asynchronous and completely uncontrolable.
  5.   - fixed the serial/parallel exclusion problem by using an own interrupt
  6.     chain
  7.  
  8. 37.6:
  9.   - fixed a really bad bug when setting new parameters. Many many thanks to
  10.     Mathias Supp for helping to find this bug!
  11.   - some minor speed optimizations
  12.  
  13. 37.5:
  14.   - fixed "hang up" bug during SDCMD_SETPARAMS
  15.   - now uses ioblix.resource as global database
  16.  
  17. 37.4:
  18.   - added some safety checks during OpenDevice()
  19.  
  20. 37.3:
  21.   - fixed bug in when reading in EOF mode
  22.  
  23. 37.2:
  24.   - fixed carrier detection
  25.   - fixed Enforcer hits during OpenDevice()
  26.   - fixed Enforcer hits during CloseDevice()
  27.   - reduced system load by 50% during reading
  28.   - implemented ASDG-like SIOCMD_SETCTRLLINES command to control RTS and DTR
  29.     lines directly
  30.  
  31.  
  32.  
  33. ioblix12par.device
  34. 37.7:
  35.   - fixed the serial/parallel exclusion problem by using an own interrupt
  36.     chain
  37.  
  38. 37.6:
  39.   - fixed a bug with wrong QuickIO handling
  40.   - now waits for SELECT signal from printer to avoid unwanted loss of data
  41.   - many thing have been simplified
  42.   - ECP status read back is much more stable now
  43.   - ECP status is now read at every AllocECPInfo() call, not just when opening
  44.     the device
  45.  
  46. 37.5:
  47.   - now uses ioblix.resource as global database
  48.   - PDCMD_QUERY returned wrong state of BUSY line. Fixed.
  49.   - ECP mode is now activated automatically if device is IEEE1284 compatible
  50.  
  51. 37.4:
  52.   - added some safety checks during OpenDevice()
  53.  
  54. 37.3:
  55.   - minor changes
  56.  
  57. 37.2:
  58.   - fixed Enforcer hits during OpenDevice()
  59.   - fixed Enforcer hits during CloseDevice()
  60.   - hopefully fixed the "end of page not printed" bug
  61.   - fixed crashes during CloseDevice() for non-existing ports
  62.  
  63.  
  64.  
  65. ioblix12zip.device
  66. 37.7:
  67.   - just a revision bump
  68.  
  69. 37.6:
  70.   - just a revision bump
  71.  
  72. 37.5:
  73.   - now uses ioblix.resource as global database
  74.  
  75. 37.4:
  76.   - added some safety checks during OpenDevice()
  77.   - some signals were not freed if initialization of Zip drive didn't succeed
  78.   - now supports normal parallel Zip drive and SCSI/parallel Zip Plus drive.
  79.     I hope it's ok, I only had two hours to make it work :)
  80.  
  81.  
  82. IOBlix-Handler
  83. 37.7:
  84.   - just a revision bump
  85.  
  86. 37.6:
  87.   - just a revision bump
  88.  
  89. 37.5:
  90.   - just a revision bump
  91.  
  92. 37.4:
  93.   - added some small safety checks
  94.  
  95. 37.3:
  96.   - internally set the startup string back to NULL to avoid problem with
  97.     bad programs
  98.  
  99. 37.2:
  100.   - now the mount file's startup string is used to determine the device and unit
  101.     to be accessed
  102.  
  103.  
  104. SetupIOBlix
  105. 37.7:
  106.   - fixed the serial/parallel exclusion problem by using an own interrupt
  107.     chain
  108.   - ioblix.resource has two new functions: AddIRQHook() and RemIRQHook()
  109.  
  110. 37.6:
  111.   - fixed an Enforcer-Hit in AllocChipList() and FindChip() when searching for
  112.     non-existing chips
  113.   - fixed a really bad bug in ioblix.resource/AllocChipList() that made the
  114.     machine crash all the time
  115.   - some printers could be left in a state where switching off-line was
  116.     impossible. Fixed.
  117.   - UARTs FIFO size is now calculated by using the internal loop-back feature
  118.     instead of using a static hardcoded size.
  119.  
  120.